home *** CD-ROM | disk | FTP | other *** search
/ Plug Into a Brand New World / Plug Into a Brand New World Version 1.3.BIN / IO-PU521-B / DRIVER / WIN98&ME / VIAUSB.INF < prev    next >
INI File  |  2003-09-26  |  1KB  |  52 lines

  1. ;*** Created 09/26/2003
  2.  
  3. [Version]
  4. signature="$CHICAGO$"
  5. LayoutFile=Layout.inf, Layout1.inf, Layout2.inf
  6. Class=USB
  7. ClassGUID={36FC9E60-C465-11CF-8056-444553540000}
  8. Provider=%VIA%
  9.  
  10. [DestinationDirs]
  11. DefaultDestDir=10,system32\drivers
  12.  
  13. ; =================== Class Sections ===========================
  14.  
  15. [ClassInstall]
  16. Addreg=USBClassReg
  17.  
  18. [USBClassReg]
  19. HKR,,,,%USBClassName%
  20. HKR,,Icon,,-20
  21.  
  22.  
  23. ; =================== Table of content =========================
  24.  
  25. [Manufacturer]
  26. %VIA.Mfg%=VIA.Section
  27.  
  28. ; =================== VIA ====================================
  29.  
  30. [VIA.Section]
  31. %PCI\VEN_1106&DEV_3038.DeviceDesc%=UniversalHCD.Dev,PCI\VEN_1106&DEV_3038
  32. %PCI\VEN_1106&DEV_3038.DeviceDesc%=UniversalHCD.Dev,PCI\VEN_1106&DEV_3038&REV_61&CC_0C03
  33. %PCI\VEN_1106&DEV_3038.DeviceDesc%=UniversalHCD.Dev,PCI\VEN_1106&DEV_3038&CC_0C0300
  34. %PCI\VEN_1106&DEV_3038.DeviceDesc%=UniversalHCD.Dev,PCI\VEN_1106&DEV_3038&CC_0C03
  35.  
  36.  
  37. [UniversalHCD.Dev]
  38. Include=USB.inf
  39.  
  40. [UniversalHCD.AddReg]
  41. HKR,,NTMPDriver,,uhcd.sys
  42. HKR,,EnumPropPages,,"sysclass.dll,USBControllerPropPage"
  43.  
  44.  
  45.  
  46. ; =================== Global ==================================
  47. [Strings]
  48. VIA="VIA"
  49. VIA.Mfg="VIA Technologies"
  50. PCI\VEN_1106&DEV_3038.DeviceDesc="VIA PCI to USB Universal Host Controller"
  51.  
  52.